home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog110
< prev
next >
Wrap
Text File
|
1995-06-29
|
294b
|
20 lines
# simple pushButton test
xtAppInitialize -class Program
xmForm .form managed \
-unitType 100th_font_units
xmLabel .form.fred managed \
-width 4000 \
-fontList 9x15bold
.form.fred getValues \
-unitType u \
-width w
puts "type: $u, width: $w"
. realizeWidget
. mainLoop